From 05ddb2007ba27c80090e8f8a3468b77b0874a104 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 22 Jan 2003 19:56:07 +0000 Subject: [PATCH] Set HAVE_MENUS=yes when HAVE_CARBON=yes instead of redefining it explicitly in src/config.in. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b3c517fc8be..01522660caf 100644 --- a/configure.in +++ b/configure.in @@ -2139,6 +2139,8 @@ if test "${HAVE_CARBON}" = "yes"; then * ) carbon_appdir=${carbon_appdir_x} ;; esac fi + # We also have mouse menus. + HAVE_MENUS=yes fi ### Use session management (-lSM -lICE) if available @@ -2604,7 +2606,6 @@ AH_BOTTOM([ #ifdef HAVE_CARBON #define HAVE_WINDOW_SYSTEM #define HAVE_MOUSE -#define HAVE_MENUS #endif /* Define USER_FULL_NAME to return a string -- 2.30.2